GtkCheckMenuItemAccessible: Make work with model menu items
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 Jan 2014 02:48:19 +0000 (21:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 Jan 2014 02:53:31 +0000 (21:53 -0500)
commit8085b410742b2183fd599221f90fff569048b7e8
tree366c545a32a93622fba3c3e5942552a47eddec0c
parent2a3d5823f485f0885c4f9cf46c1403464c963b70
GtkCheckMenuItemAccessible: Make work with model menu items

GtkModelMenuItem does not emit the ::toggled signal when a radio
item is activated, so listen for property notification for that
property. We still keep the ::toggled signal handler, in order
to not break other uses of check and radio menu items.

https://bugzilla.gnome.org/show_bug.cgi?id=720983
gtk/a11y/gtkcheckmenuitemaccessible.c